home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / GAPLib.lha / GAPLib / unixcc.sh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1999-04-23  |  52 b   |  5 lines

  1. #!/bin/sh
  2.  
  3. chdir $1
  4. make -f Makefile.ucc $2
  5. chdir ..